DioDocs for Excel
Paginate(IWorksheet,IList<IRange>,IList<RepeatSetting>) メソッド

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 > PrintManager クラス > Paginate メソッド : Paginate(IWorksheet,IList<IRange>,IList<RepeatSetting>) メソッド
ワークシートのオブジェクト。
1つにまとめる範囲のコレクション。
Rangeの繰り返し設定のコレクション。
ワークシートの改ページ情報を生成します。
シンタックス
'宣言
 
Public Overloads Function Paginate( _
   ByVal worksheet As IWorksheet, _
   ByVal keepTogetherRanges As System.Collections.Generic.IList(Of IRange), _
   ByVal repeatSettings As System.Collections.Generic.IList(Of RepeatSetting) _
) As System.Collections.Generic.IList(Of PageInfo)
public System.Collections.Generic.IList<PageInfo> Paginate( 
   IWorksheet worksheet,
   System.Collections.Generic.IList<IRange> keepTogetherRanges,
   System.Collections.Generic.IList<RepeatSetting> repeatSettings
)

パラメータ

worksheet
ワークシートのオブジェクト。
keepTogetherRanges
1つにまとめる範囲のコレクション。
repeatSettings
Rangeの繰り返し設定のコレクション。
参照

PrintManager クラス
PrintManager メンバ
オーバーロード一覧